home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / wb / toolmanager2_0.lha / ToolManager / Programmers / mlib / CreateT1.asm < prev    next >
Assembly Source File  |  1992-09-26  |  237b  |  15 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolManagerBase
  4.     xdef    _CreateTMObjectTags
  5. _CreateTMObjectTags:
  6.     movem.l    a6/a2,-(sp)
  7.     move.l    _ToolManagerBase,a6
  8.     move.l    12(sp),a0
  9.     move.l    16(sp),a1
  10.     move.l    20(sp),d0
  11.     lea.l    24(sp),a2
  12.     jsr    -54(a6)
  13.     movem.l    (sp)+,a6/a2
  14.     rts
  15.